var net.getHostname

3 uses

	net (current package)
		conf.go#L395: 				hn, err := getHostname()
		dnsconfig.go#L15: 	getHostname = os.Hostname // variable for testing
		dnsconfig_unix.go#L147: 	hn, err := getHostname()